All Projects → danitseitlin → redis-modules-sdk-ts

danitseitlin / redis-modules-sdk-ts

Licence: Apache-2.0 License
A Software development kit for easier connection and execution of Redis Modules commands.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to redis-modules-sdk-ts

redis-modules-java
Java client libraries for redis-modules https://redis.io/modules, based on Redisson. https://github.com/redisson/redisson
Stars: ✭ 57 (-62.5%)
Mutual labels:  redisjson, redisbloom, redistimeseries, redisgears
redisplanet
Redisplanet - An Ultimate Hands-on Labs on Redis
Stars: ✭ 24 (-84.21%)
Mutual labels:  redisgraph, redisbloom, redistimeseries
redis-developer.github.io
The Home of Redis Developers
Stars: ✭ 28 (-81.58%)
Mutual labels:  redisgraph, redistimeseries
dune2themaker4j
Dune 2 The Maker - Java version
Stars: ✭ 53 (-65.13%)
Mutual labels:  rts
rejonson
Golang Redis Rejson extension built upon go-redis
Stars: ✭ 23 (-84.87%)
Mutual labels:  rejson
symphony-of-empires
Symphony of the Empires is a RTS strategy game and map game.
Stars: ✭ 67 (-55.92%)
Mutual labels:  rts
MyRTS
Multiplayer RTS game prototype written in Java using LibGDX
Stars: ✭ 17 (-88.82%)
Mutual labels:  rts
awesome-n64-development
A curated list of Nintendo 64 development resources including toolchains, documentation, emulators, example code, and more
Stars: ✭ 210 (+38.16%)
Mutual labels:  development-kit
megaglest-data
MegaGlest real-time strategy game data / assets
Stars: ✭ 29 (-80.92%)
Mutual labels:  rts
keeperfx
Open source remake and Fan Expansion of Dungeon Keeper.
Stars: ✭ 128 (-15.79%)
Mutual labels:  rts
IsoRTS
Isometric RTS game with procedural generated maps.
Stars: ✭ 14 (-90.79%)
Mutual labels:  rts
scrapy-distributed
A series of distributed components for Scrapy. Including RabbitMQ-based components, Kafka-based components, and RedisBloom-based components for Scrapy.
Stars: ✭ 38 (-75%)
Mutual labels:  redisbloom
darkreign2
Dark Reign 2
Stars: ✭ 41 (-73.03%)
Mutual labels:  rts
spring-redisearch
Provides support for RediSearch in Spring
Stars: ✭ 31 (-79.61%)
Mutual labels:  redisearch
mikroe-uhb
USB HID Bootloader programming tool for devices manufactured by MikroElektronika
Stars: ✭ 15 (-90.13%)
Mutual labels:  development-kit
sqerzo
Tiny ORM for graph databases: Neo4j, RedisGraph, AWS Neptune or Gremlin
Stars: ✭ 28 (-81.58%)
Mutual labels:  redisgraph
EDGE
EDGE Source Code
Stars: ✭ 55 (-63.82%)
Mutual labels:  rts
server
The servercode for the Forged Alliance Forever lobby
Stars: ✭ 55 (-63.82%)
Mutual labels:  rts
redisgraph-go
A Golang client for redisgraph
Stars: ✭ 99 (-34.87%)
Mutual labels:  redisgraph
godostra
Free cross-platform 3D real-time strategy (RTS) game using godot 3.x
Stars: ✭ 34 (-77.63%)
Mutual labels:  rts

A Software development kit for easier connection and execution of Redis Modules commands

A few words 💬

An open source SDK of all the available Redis modules, built with TypeScript for better typing experiences and better usages.

Benefits 🙊

  1. All in 1, all Redis modules are covered in 1 project
  2. Amazing 🔥 typing experiences, all types are well documented and easy to use!
  3. Easy to find your Redis command, each Redis module command has a referenced function in it's class!

Let's get started 📝

Installing latest version:

npm install redis-modules-sdk@latest

Versions & Releases

  • A list of existing versions can be found here
  • A list of releases will be found here

Documentation 📖

Come and read our documentation here before starting

(RAIO) Redis "All in One"! 😱

A class built for integrating more than one Redis module without creating more than one class!

const client = new Redis(....);
await client.connect();
await client.ai_module_tensorset(...);
await client.ris_module_add(...);
await client.disconnect();

All modules are supported! 🔥

Supported modules 🕶️

Contributing 🙌

Interested in contributing? awesome! start with reading our guidelines here

Supporters 👐

Stargazers repo roster for @danitseitlin/redis-modules-sdk

Forkers 🍴

Forkers repo roster for @danitseitlin/redis-modules-sdk

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].