-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
False
-
-
False
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
-
Purpose
Document the complete set of Redis commands required by Apisonator to help customers:
- Configure Redis ACLs (Access Control Lists)
- Troubleshoot Redis connectivity issues
- Understand Redis requirements for proxy configurations
- Perform security auditing and compliance
Complete Command Set
Apisonator requires 28 Redis commands to operate:
List Operations (7 commands)
- BLPOP, LLEN, LPOP, LPUSH, LRANGE, LTRIM, RPUSH
Set Operations (7 commands)
- SADD, SCAN, SCARD, SISMEMBER, SMEMBERS, SREM, SSCAN
String Operations (7 commands)
- DEL, EXISTS, EXPIRE, GET, MGET, SET, SETEX
Sorted Set Operations (4 commands)
- ZADD, ZCARD, ZREMRANGEBYSCORE, ZREVRANGE
Hash Operations (1 command)
- HSET
Numeric Operations (2 commands)
- INCR, INCRBY
Documentation
Created docs/redis_commands.md with complete details including ACL configuration examples.
This list excludes test-only commands and applies to both sync and async modes.