Skip to content

Commit

Permalink
Delete unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
cortsf committed Mar 27, 2023
1 parent 97a0514 commit 4ec9292
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 169 deletions.
15 changes: 6 additions & 9 deletions book/src/guides/redis.md
Expand Up @@ -2,12 +2,9 @@

If you are not familiar with Redis you might want to play with the [redis-cli](https://redis.io/docs/ui/cli/) command line application before start coding any serious application. This guide gives you the very basic commands needed to fetch information using `redis-cli`.

See the [Redis](../storage/redis.md) (storage) section of the manual for Redis installation and configuration.


- Get all keys: KEYS *
- Get type of key: TYPE
- Get set members: SMEMBERS
- Get string: GET
- Clear database: FLUSHDB
- Clear all databases: FLUSHALL
- Get all keys: `KEYS *`
- Get type of key: `TYPE`
- Get set members: `SMEMBERS`
- Get string: `GET`
- Clear database: `FLUSHDB`
- Clear all databases: `FLUSHALL`
145 changes: 0 additions & 145 deletions book/src/reducers/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions book/src/storage/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions book/src/storage/redis.md

This file was deleted.

0 comments on commit 4ec9292

Please sign in to comment.