An open API service indexing awesome lists of open source software.

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

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)