redys

a simple redis-like in pure python

MIT License

Downloads
56.4K
Stars
13
Committers
1
redys -

Published by manatlan about 1 year ago

Now the "stop" (after a startProcess), should work

redys - v0.9.11

Published by manatlan about 1 year ago

fix tu
fix build
fix a bug on exception name

Full Changelog: https://github.com/manatlan/redys/compare/v0.9.10...v0.9.11

redys - v0.9.10 Latest Release

Published by manatlan about 1 year ago

add a redys.v2.loop( coro ) to easily start a loop/coro to wait for

Full Changelog: https://github.com/manatlan/redys/compare/v0.9.9...v0.9.10

redys - v0.9.9

Published by manatlan about 1 year ago

add:

  • redys.v2.Server() : return server instance (can use .stop()). To be runned in current loop.
  • redys.v2.ServerProcess() : return server instance (can use .stop()). To be runned in a process loop.
  • redys.v2.AClient() : same behaviour as v1 (but no KILL method)
  • redys.v2.Client() : same behaviour as v1 (but no KILL method)

Full Changelog: https://github.com/manatlan/redys/compare/v0.9.8...v0.9.9

redys -

Published by manatlan about 1 year ago

back in the game ;-)

now, use CI/CD (github action) to tests, release & publish to pypi !
with real pytest tests !

new feature

  • add a KILL() command on clients, to be able to kill the server (for "gracefull shutdowns")