# Redi/S - Supported Commands [Redis Commands(https://redis.io/commands/) - [ ] [ASKING](https://redis.io/commands/asking) - [ ] [AUTH](https://redis.io/commands/auth) - [ ] [BGREWRITEAOF](https://redis.io/commands/bgrewriteaof) - [x] [BGSAVE](https://redis.io/commands/bgsave) - [ ] [CLIENT](https://redis.io/commands/client) - [x] CLIENT LIST - [ ] CLIENT KILL - [x] CLIENT GETNAME - [x] CLIENT SETNAME - [ ] CLIENT PAUSE - [ ] CLIENT REPLY - [ ] [CLUSTER](https://redis.io/commands/cluster) - [x] [COMMAND](https://redis.io/commands/command) - [x] COMMAND COUNT - [ ] COMMAND GETKEYS - [ ] COMMAND INFO - [ ] [CONFIG](https://redis.io/commands/config) - [x] [DBSIZE](https://redis.io/commands/dbsize) - [ ] [DEBUG](https://redis.io/commands/debug) - [x] [DEL](https://redis.io/commands/del) - [ ] [DISCARD](https://redis.io/commands/discard) - [ ] [DUMP](https://redis.io/commands/dump) - [x] [ECHO](https://redis.io/commands/echo) - [ ] [EVAL](https://redis.io/commands/eval) - [ ] [EVALSHA](https://redis.io/commands/evalsha) - [ ] [EXEC](https://redis.io/commands/exec) - [x] [EXISTS](https://redis.io/commands/exists) - [x] [EXPIRE](https://redis.io/commands/expire) - [x] [EXPIREAT](https://redis.io/commands/expireat) - [ ] [FLUSHALL](https://redis.io/commands/flushall) - [ ] [FLUSHDB](https://redis.io/commands/flushdb) - [ ] HOST - [ ] [INFO](https://redis.io/commands/info) - [x] [KEYS](https://redis.io/commands/keys) - [x] [LASTSAVE](https://redis.io/commands/lastsave) - [ ] [LATENCY](https://redis.io/commands/latency) - [ ] [MEMORY](https://redis.io/commands/memory) - [ ] [MIGRATE](https://redis.io/commands/migrate) - [ ] [MODULE](https://redis.io/commands/module) - [x] [MONITOR](https://redis.io/commands/monitor) - [ ] [MOVE](https://redis.io/commands/move) - [ ] [MULTI](https://redis.io/commands/multi) - [ ] [OBJECT](https://redis.io/commands/object) - [ ] [PERSIST](https://redis.io/commands/persist) - [x] [PEXPIRE](https://redis.io/commands/pexpire) - [x] [PEXPIREAT](https://redis.io/commands/pexpireat) - [x] [PING](https://redis.io/commands/ping) - [ ] [POST](https://redis.io/commands/post) - [ ] [PSYNC](https://redis.io/commands/psync) - [x] [PTTL](https://redis.io/commands/pttl) - [x] [QUIT](https://redis.io/commands/quit) - [ ] [RANDOMKEY](https://redis.io/commands/randomkey) - [ ] [READONLY](https://redis.io/commands/readonly) - [ ] [READWRITE](https://redis.io/commands/readwrite) - [x] [RENAME](https://redis.io/commands/rename) - [x] [RENAMENX](https://redis.io/commands/renamenx) - [ ] [REPLCONF](https://redis.io/commands/replconf) - [ ] [RESTORE](https://redis.io/commands/restore) - [ ] [ROLE](https://redis.io/commands/role) - [x] [SAVE](https://redis.io/commands/save) - [ ] [SCAN](https://redis.io/commands/scan) - [ ] [SCRIPT](https://redis.io/commands/script) - [x] [SELECT](https://redis.io/commands/select) - [ ] [SHUTDOWN](https://redis.io/commands/shutdown) - [ ] [SLAVEOF](https://redis.io/commands/slaveof) - [ ] [SLOWLOG](https://redis.io/commands/slowlog) - [ ] [SORT](https://redis.io/commands/sort) - [x] [SWAPDB](https://redis.io/commands/swapdb) - [ ] [SYNC](https://redis.io/commands/sync) - [ ] [TIME](https://redis.io/commands/time) - [ ] [TOUCH](https://redis.io/commands/touch) - [x] [TTL](https://redis.io/commands/ttl) - [x] [TYPE](https://redis.io/commands/type) - [ ] [UNLINK](https://redis.io/commands/unlink) - [ ] [UNWATCH](https://redis.io/commands/unwatch) - [ ] [WAIT](https://redis.io/commands/wait) - [ ] [WATCH](https://redis.io/commands/watch) - PubSub - [x] [PSUBSCRIBE](https://redis.io/commands/psubscribe) - [x] [PUBLISH](https://redis.io/commands/publish) - [x] [PUBSUB](https://redis.io/commands/pubsub) - [x] [PUNSUBSCRIBE](https://redis.io/commands/punsubscribe) - [x] [SUBSCRIBE](https://redis.io/commands/subscribe) - [x] [UNSUBSCRIBE](https://redis.io/commands/unsubscribe) - Strings (aka Data) - [x] [APPEND](https://redis.io/commands/append) - [x] [DECR](https://redis.io/commands/decr) - [x] [DECRBY](https://redis.io/commands/decrby) - [x] [GET](https://redis.io/commands/get) - [x] [GETRANGE](https://redis.io/commands/getrange) - [x] [GETSET](https://redis.io/commands/getset) - [x] [INCR](https://redis.io/commands/incr) - [x] [INCRBY](https://redis.io/commands/incrby) - [ ] [INCRBYFLOAT](https://redis.io/commands/incrbyfloat) - [x] [MGET](https://redis.io/commands/mget) - [x] [MSET](https://redis.io/commands/mset) - [x] [MSETNX](https://redis.io/commands/msetnx) - [x] [PSETEX](https://redis.io/commands/psetex) - [x] [SET](https://redis.io/commands/set) - [x] [SETEX](https://redis.io/commands/setex) - [x] [SETNX](https://redis.io/commands/setnx) - [x] [SETRANGE](https://redis.io/commands/setrange) - [x] [STRLEN](https://redis.io/commands/strlen) - [x] [SUBSTR](https://redis.io/commands/substr) - Lists - [ ] [BLPOP](https://redis.io/commands/blpop) - [ ] [BRPOP](https://redis.io/commands/brpop) - [ ] [BRPOPLPUSH](https://redis.io/commands/brpoplpush) - [x] [LINDEX](https://redis.io/commands/lindex) - [ ] [LINSERT](https://redis.io/commands/linsert) - [x] [LLEN](https://redis.io/commands/llen) - [x] [LPOP](https://redis.io/commands/lpop) - [x] [LPUSH](https://redis.io/commands/lpush) - [x] [LPUSHX](https://redis.io/commands/lpushx) - [x] [LRANGE](https://redis.io/commands/lrange) - [ ] [LREM](https://redis.io/commands/lrem) - [x] [LSET](https://redis.io/commands/lset) - [ ] [LTRIM](https://redis.io/commands/ltrim) - [x] [RPOP](https://redis.io/commands/rpop) - [ ] [RPOPLPUSH](https://redis.io/commands/rpoplpush) - [x] [RPUSH](https://redis.io/commands/rpush) - [x] [RPUSHX](https://redis.io/commands/rpushx) - Hashes - [x] [HDEL](https://redis.io/commands/hdel) - [x] [HEXISTS](https://redis.io/commands/hexists) - [x] [HGET](https://redis.io/commands/hget) - [x] [HGETALL](https://redis.io/commands/hgetall) - [x] [HINCRBY](https://redis.io/commands/hincrby) - [ ] [HINCRBYFLOAT](https://redis.io/commands/hincrbyfloat) - [x] [HKEYS](https://redis.io/commands/hkeys) - [x] [HLEN](https://redis.io/commands/hlen) - [x] [HMGET](https://redis.io/commands/hmget) - [x] [HMSET](https://redis.io/commands/hmset) - [ ] [HSCAN](https://redis.io/commands/hscan) - [x] [HSET](https://redis.io/commands/hset) - [x] [HSETNX](https://redis.io/commands/hsetnx) - [x] [HSTRLEN](https://redis.io/commands/hstrlen) - [x] [HVALS](https://redis.io/commands/hvals) - Sets - [x] [SADD](https://redis.io/commands/sadd) - [x] [SCARD](https://redis.io/commands/scard) - [x] [SDIFF](https://redis.io/commands/sdiff) - [x] [SDIFFSTORE](https://redis.io/commands/sdiffstore) - [x] [SINTER](https://redis.io/commands/sinter) - [x] [SINTERSTORE](https://redis.io/commands/sinterstore) - [x] [SISMEMBER](https://redis.io/commands/sismember) - [x] [SMEMBERS](https://redis.io/commands/smembers) - [ ] [SMOVE](https://redis.io/commands/smove) - [ ] [SPOP](https://redis.io/commands/spop) - [ ] [SRANDMEMBER](https://redis.io/commands/srandmember) - [x] [SREM](https://redis.io/commands/srem) - [ ] [SSCAN](https://redis.io/commands/sscan) - [x] [SUNION](https://redis.io/commands/sunion) - [x] [SUNIONSTORE](https://redis.io/commands/sunionstore) - Sorted Sets - [ ] [ZADD](https://redis.io/commands/zadd) - [ ] [ZCARD](https://redis.io/commands/zcard) - [ ] [ZCOUNT](https://redis.io/commands/zcount) - [ ] [ZINCRBY](https://redis.io/commands/zincrby) - [ ] [ZINTERSTORE](https://redis.io/commands/zinterstore) - [ ] [ZLEXCOUNT](https://redis.io/commands/zlexcount) - [ ] [ZRANGE](https://redis.io/commands/zrange) - [ ] [ZRANGEBYLEX](https://redis.io/commands/zrangebylex) - [ ] [ZRANGEBYSCORE](https://redis.io/commands/zrangebyscore) - [ ] [ZRANK](https://redis.io/commands/zrank) - [ ] [ZREM](https://redis.io/commands/zrem) - [ ] [ZREMRANGEBYLEX](https://redis.io/commands/zremrangebylex) - [ ] [ZREMRANGEBYRANK](https://redis.io/commands/zremrangebyrank) - [ ] [ZREMRANGEBYSCORE](https://redis.io/commands/zremrangebyscore) - [ ] [ZREVRANGE](https://redis.io/commands/zrevrange) - [ ] [ZREVRANGEBYLEX](https://redis.io/commands/zrevrangebylex) - [ ] [ZREVRANGEBYSCORE](https://redis.io/commands/zrevrangebyscore) - [ ] [ZREVRANK](https://redis.io/commands/zrevrank) - [ ] [ZSCAN](https://redis.io/commands/zscan) - [ ] [ZSCORE](https://redis.io/commands/zscore) - [ ] [ZUNIONSTORE](https://redis.io/commands/zunionstore) - Bit Fields - [ ] [GETBIT](https://redis.io/commands/getbit) - [ ] [BITCOUNT](https://redis.io/commands/bitcount) - [ ] [BITFIELD](https://redis.io/commands/bitfield) - [ ] [BITOP](https://redis.io/commands/bitop) - [ ] [BITPOS](https://redis.io/commands/bitpos) - [ ] [SETBIT](https://redis.io/commands/setbit) - HyperLogLog - [ ] [PFADD](https://redis.io/commands/pfadd) - [ ] [PFCOUNT](https://redis.io/commands/pfcount) - [ ] [PFDEBUG](https://redis.io/commands/pfdebug) - [ ] [PFMERGE](https://redis.io/commands/pfmerge) - [ ] [PFSELFTEST](https://redis.io/commands/pfselftest) - Geo - [ ] [GEOADD](https://redis.io/commands/geoadd) - [ ] [GEODIST](https://redis.io/commands/geodist) - [ ] [GEOHASH](https://redis.io/commands/geohash) - [ ] [GEOPOS](https://redis.io/commands/geopos) - [ ] [GEORADIUS](https://redis.io/commands/georadius) - [ ] [GEORADIUSBYMEMBER](https://redis.io/commands/georadiusbymember)