Reputation: 59
\# redis-server -v
Redis server v=3.0.5 sha=00000000:0 malloc=jemalloc-3.6.0 bits=64 build=efd64775fb9b8d51
\# redis-cli -v
redis-cli 3.0.5
\# redis-cli
127.0.0.1:6379> set foo 10 10
(error) ERR syntax error
SET key value [EX seconds] [PX milliseconds] [NX|XX] Starting with
Redis 2.6.12 SET supports a set of options that modify its behavior:
why ?
Upvotes: 2
Views: 2276