Dredis

Latest version: v2.6.0

Safety actively analyzes 630360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

2.0.0

* Add RENAME command (https://github.com/Yipit/dredis/pull/36)
* Fix negative score order in sorted sets (backward incompatible change: https://github.com/Yipit/dredis/pull/35)

1.1.0

* Add more storage backends (https://github.com/Yipit/dredis/pull/23)
- New CLI arguments: `--backend` and `--backend-option`
- Add [LMDB](http://www.lmdb.tech/doc/) as a backend (performed better than LevelDB on Linux with the ext4 filesystem)
- Add memory backend (for tests & development)
* Make `KEYS` faster by looking at fewer backend keys (https://github.com/Yipit/dredis/pull/31)
* Add `DUMP` and `RESTORE` commands (https://github.com/Yipit/dredis/pull/27 and https://github.com/Yipit/dredis/pull/28)
- Based on the RDB version 7 implementation
* Add `SAVE` command and `--rdb` CLI option (https://github.com/Yipit/dredis/pull/32)
- `SAVE` creates an RDB dump (e.g., `dump_2019-06-21T15:55:09.rdb`)
- `--rdb` seeds dredis with a redis RDB file
- Only RDB version 7 and older are supported
* Add `--read-only` CLI option to accept read-only commands (https://github.com/Yipit/dredis/pull/33)

1.0.2

* Set TCP_NODELAY flag to client sockets (https://github.com/Yipit/dredis/pull/16)

1.0.1

* Improve TCP communication (https://github.com/Yipit/dredis/pull/15)

1.0.0

* Change storage to use LevelDB instead of our own directory structure and file formats (https://github.com/Yipit/dredis/pull/12)

0.1.1

* Minimize send() calls

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.