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

Add `command/3` and `pipeline/3` extended functions

cabol opened this issue · comments

Currently, the Redis adapter provides the extended functions command!/3 and pipeline!/3, but they are bang functions, which means they raise an exception when an error occurs. The idea is to add support for the counterpart functions command/3 and pipeline/3, returning Ok/Error tuples.