Skip to content

A very tiny clone of Redis for experimenting with PubSub

License

Notifications You must be signed in to change notification settings

rcarmo/miniredis

 
 

Repository files navigation

miniredis

miniredis is a pure Python server that supports a subset of the redis protocol.

Why?

The original intent was to have a minimally working (if naïve) PubSub implementation in order to get to grips with the protocol spec, but I eventually realised that a more complete server would be useful for testing and inclusion in some of my projects.

Performance

Extremely dependent on Python runtime and workload, of course. Your mileage may vary.

Credits

I started out by forking coderanger/miniredis for experimentation, and things kind of accreted from there as I started implementing more commands.

About

A very tiny clone of Redis for experimenting with PubSub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%