https://github.com/naturalcycles/redis-lib
Redis implementation of CommonDB interface
https://github.com/naturalcycles/redis-lib
commondb db-lib redis
Last synced: 22 days ago
JSON representation
Redis implementation of CommonDB interface
- Host: GitHub
- URL: https://github.com/naturalcycles/redis-lib
- Owner: NaturalCycles
- Created: 2019-08-20T23:45:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T15:41:24.000Z (27 days ago)
- Last Synced: 2025-04-05T15:46:51.096Z (27 days ago)
- Topics: commondb, db-lib, redis
- Language: TypeScript
- Homepage:
- Size: 387 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## @naturalcycles/redis-lib
> Redis implementation of CommonKeyValueDB interface
[](https://www.npmjs.com/package/@naturalcycles/redis-lib)
[](https://github.com/prettier/prettier)# Features
- ...
# Starting / debugging Redis server on OSX
```shell
brew install redis
brew services start redis
brew services stop redisredis-server /usr/local/etc/redis.conf
redis-cli ping
redis-cli flushall# connect and list all keys
redis-cli
scan 0
```Location and size of local DB:
ls -l /usr/local/var/db/redis/dump.rdb