mirror of https://github.com/ledisdb/ledisdb.git
e83965bfcc | ||
---|---|---|
.. | ||
README.md | ||
redis_import.py | ||
test.py |
README.md
Notice
- We don't support
set
data type. - Our
zset
use integer instead of double, so the zset float score in Redis will be converted to integer. - Only Support Redis version greater than
2.8.0
, because we usescan
command to scan data. Also, you needredis-py
greater than2.9.0