Recently, the well-known high-performance NoSQL database SSDB has added the BIT operation function, users can use the same getbit, setbit, bitcount and other operations as Redis. this version 1.6.8.8 upgrade mainly includes: new bit operation support: getbit, setbit, bitcount New String operation: strlen, substr complete expiration time operation
Recently, the well-known high-performance NoSQL database SSDB has added the BIT operation function, users can use the same getbit, setbit, bitcount and other operations as Redis. this version 1.6.8.8 upgrade mainly includes: new bit operation support: getbit, setbit, bitcount New String operation: strlen, substr complete expiration time operation
Recently, the well-known high-performance NoSQL database SSDB has added the BIT operation function, users can use the same getbit, setbit, bitcount and other operations as Redis.
This 1.6.8.8 upgrade mainly includes:
- Supported bit operations: getbit, setbit, bitcount
- New String operation: strlen, substr
- Improved the expiration time operation interface and added the following commands: expire and ttl.
Related posts:
- SSDB supports TTL expiration
- SSDB, A NoSQL database with better performance than Redis
- SSDB supports Redis protocol!
- Use Twemproxy for SSDB Load Balancing
- Migrate data from Redis to SSDB
Original article address: SSDB supports BIT operations. Thank you for sharing it.