mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
fix select test
This commit is contained in:
parent
39c8c0f22d
commit
491d908b0a
@ -747,11 +747,11 @@ class Redis(object):
|
|||||||
>>> r = Redis(db=9)
|
>>> r = Redis(db=9)
|
||||||
>>> r.delete('a')
|
>>> r.delete('a')
|
||||||
1
|
1
|
||||||
>>> r.select(1)
|
>>> r.select(10)
|
||||||
'OK'
|
'OK'
|
||||||
>>> r.set('a', 1)
|
>>> r.set('a', 1)
|
||||||
'OK'
|
'OK'
|
||||||
>>> r.select(0)
|
>>> r.select(9)
|
||||||
'OK'
|
'OK'
|
||||||
>>> r.get('a')
|
>>> r.get('a')
|
||||||
>>>
|
>>>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user