Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naturalcycles/redis-lib
Redis implementation of CommonDB interface
https://github.com/naturalcycles/redis-lib
commondb db-lib redis
Last synced: about 1 month 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: 2024-11-09T08:54:57.000Z (about 2 months ago)
- Last Synced: 2024-11-09T09:31:29.200Z (about 2 months ago)
- Topics: commondb, db-lib, redis
- Language: TypeScript
- Homepage:
- Size: 279 KB
- Stars: 1
- Watchers: 13
- 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
[![npm](https://img.shields.io/npm/v/@naturalcycles/redis-lib/latest.svg)](https://www.npmjs.com/package/@naturalcycles/redis-lib)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](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