Skytable-py

Latest version: v0.1.3

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

Scan your dependencies

Page 4 of 5

0.5.0

> This release introduces breaking changes!

- Command line configuration added to `tdb`
- ⚠ Positional arguments in `tsh` and `tdb-bench` have been removed
- `MKSNAP` now has an _enhanced version_ which enables snapshots to be created even if they're disabled on the server side
- If `BGSAVE` fails, no more writes will be accepted on the server side. All commands that try to modify data will return an internal server error
- `tdb-bench` now provides JSON output with the `--json` flag
- The `Dockerfile` was fixed to use command line arguments instead of the configuration file which caused problems
- The `enabled` key under the `snapshots` key in the configuration file has been removed

Upgrading

- Users who ran `tsh` like `tsh 172.17.0.1 2003` will now need to run:

shell
tsh -h 172.17.0.1 -p 2003


- Users who ran `tdb-bench` like `tdb-bench 10 100000 4` will now need to run:

shell
tdb-bench -c 10 -q 100000 -s 4


- To enable snapshots, you just have to add the key: there is no need for the `enabled` key. To disable snapshots, you just have to omit the `snapshot` key (block) from your configuration file

0.4.5

> No breaking changes

This release adds support for automated snapshots, while also adding the `MKSNAP` action for doing the same remotely.

0.4.4

> No breaking changes

This release adds the following actions: `KEYLEN` and `USET`

0.4.3

> No breaking changes

This release adds the following actions:
`SSET` , `SUPDATE` , `SDEL` , `DBSIZE` and `FLUSHDB`

0.4.2

> No breaking changes

This release adds `BGSAVE` for automated background saving (see [11](https://github.com/skytable/skytable/issues/21))

0.4.1

> No breaking changes

This release adds support for configuration files

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.