cabol / nebulex_redis_adapter

Nebulex adapter for Redis

Home Page:https://hexdocs.pm/nebulex_redis_adapter/NebulexRedisAdapter.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement `Nebulex.Adapter.Queryable` behaviour

cabol opened this issue · comments

The idea is to use KEYS command to query data, in this case, only keys can be queried, due to command limitations in Redis.