Skip to content

Limited feature implementation of Redis in TypeScript

License

Notifications You must be signed in to change notification settings

mattkubej/redis-ts

Repository files navigation

redis-ts

Limited feature implementation of Redis in TypeScript.

Communicates with clients utilizing RESP (i.e. redis-client).

Supported Commands

  • COMMAND
  • ECHO
  • GET
  • PING
  • QUIT
  • SET (supports nx and xx)

About

Limited feature implementation of Redis in TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published