https://github.com/ajeetraina/redis
Everything around Redis OSS , RedisInsight & Redis Modules
https://github.com/ajeetraina/redis
lua modules redis script ubuntu
Last synced: 5 months ago
JSON representation
Everything around Redis OSS , RedisInsight & Redis Modules
- Host: GitHub
- URL: https://github.com/ajeetraina/redis
- Owner: ajeetraina
- Created: 2020-03-04T16:25:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T18:23:55.000Z (over 5 years ago)
- Last Synced: 2025-06-22T11:36:09.158Z (7 months ago)
- Topics: lua, modules, redis, script, ubuntu
- Language: Python
- Homepage: https://redis.io
- Size: 548 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Redis Demos
- [Installing Redis on MacOS using brew](https://github.com/ajeetraina/redis/blob/master/os/mac/README.md#pre-requisite)
- [Running Redis Server with Authentication](https://github.com/ajeetraina/redis/blob/master/os/mac/README.md#protecting-redis-with-password)
- [Running Redis inside Docker container](https://github.com/ajeetraina/redis/tree/master/os/mac#running-redis-inside-docker-container)
- Demonstrating Data Structure
- [String](https://github.com/ajeetraina/redis/blob/master/os/mac/datastructure/string/README.md#demonstrating-redis-string-data-structure/README.md)
- [Hash](https://github.com/ajeetraina/redis/blob/master/os/mac/datastructure/hashes/README.md)
- [List]()
- [Set]()
- [Sorted Set]()
- [Streams]()
- [Using Python to insert data structure into Redis](https://github.com/ajeetraina/redis/tree/master/os/mac#connecting-to-redis-using-python---with-auth)
- [Demonstrating Geolocation-Aware Demo Applications with Redis](https://github.com/ajeetraina/redis/blob/master/os/mac/demo/README.md)
- [Open Source UI for Redis OSS](https://github.com/ajeetraina/redis/blob/master/os/mac/redisinsight/README.md)
## RediSearch
- [Getting Started](https://github.com/ajeetraina/redis/tree/master/modules/redisearch/README.md)