redis-rcp
redis-rcp copied to clipboard
Redis Change Proposals
RCP 6 - SCAN-bound Operations: extend the `SCAN` family of commands to perform operations on the reply.
`Jun 24 11:56:39 14:M 24 Jun 04:56:39.893 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis....
Key locks for modules "no GIL" threaded operations.
An RCP to add two new sub-commands to `CONFIG` for better admin and issue reporting capabilities. This fulfills issue #16
For two new `config` command options to improve admin/troubleshooting capabilities. Edit: Initial PR for RCP is #17
Redis Lua Debugger
Add fallocate (2) support for for aof format
Extend the `SCAN` family of commands to perform operations on the reply.
Developing abstraction libraries for Redis sometimes require to know which data type a given command operates on. It'd be great to have `COMMAND` and `COMMAND INFO` to return a nested...