ledisdb/tools/redis_import/README.md

9 lines
312 B
Markdown
Raw Normal View History

2014-08-08 06:40:52 +04:00
## Notice
1. We don't support `set` data type.
2014-08-08 14:33:45 +04:00
2. Our `zset` use integer instead of double, so the zset float score in Redis
2014-08-08 06:40:52 +04:00
will be **converted to integer**.
3. Only Support Redis version greater than `2.8.0`, because we use `scan` command to scan data.
Also, you need `redis-py` greater than `2.9.0`