10000 GitHub - rcarmo/miniredis: A very tiny clone of Redis for experimenting with PubSub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rcarmo/miniredis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Pure Python performance, dependent on runtime and workload. 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 100.0%
0