Skip to content
/ redis Public
forked from redis/redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.

License

Notifications You must be signed in to change notification settings

wangxu0/redis

Repository files navigation

Check the 'doc' directory. doc/README.html is a good starting point :)

About

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 85.3%
  • Tcl 12.7%
  • Objective-C 0.7%
  • Ruby 0.4%
  • Shell 0.4%
  • Makefile 0.3%
  • Other 0.2%