-
Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.Pricing:
- Open Source
If you want to delete a hash entirely, you have to use a SSDB client to execute hclear command. You cannot delete a hash with any Redis client.
#Key-Value Database #NoSQL Databases #Databases 216 social mentions
-
SSDB is a NoSQL database server written in C/C++, an alternative to Redis, it is fast, supports online backup and master-slave replication.
SSDB supports Redis network protocol, you can use Redis clients to connect to a SSDB server and operate on it.
#Databases #NoSQL Databases #Key-Value Database