rediserver icon indicating copy to clipboard operation
rediserver copied to clipboard

Pure Python Redis server implementation

Results 2 rediserver issues
Sort by recently updated
recently updated
newest added

Thanks for the basic functionality! I have use for ordered pubsub queues, so I wanted to add list operations to the functions available. I started with https://redis.io/commands#list and skipped "blocking"...

Methods to implement in first iteration: - ZADD - ZSCORE - ZCOUNT - ZCARD - ZREVRANGE - ZUNIONSTORE - ZREVRANGEBYSCORE - ZREMRANGEBYRANK - ZREMRANGEBYSCORE - ZREVRANK