issues
search
oleiade
/
py-elevator
py-elevator is a python client for Elevator, a Key-Value store written in Python and based on levelDB, allows high performance on-disk bulk read/write.
https://py-elevator.readthedocs.org/en/latest/
MIT License
13
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Can't install py-elevator if PyZMQ isn't already installed
#50
k4nar
opened
10 years ago
0
Add locking to ensure thread-safety. Fix #44
#49
k4nar
closed
9 years ago
0
Add serialization/deserialization for values. Fix #38
#48
k4nar
closed
9 years ago
0
Don't force PyZMQ's version. Fix #39
#47
k4nar
closed
9 years ago
0
Add the prefix option to the Range command. Fix #45
#46
k4nar
closed
9 years ago
0
Handle prefix option in Range
#45
k4nar
opened
10 years ago
0
Thread-safety
#44
k4nar
opened
10 years ago
1
Fix the tests. Fix #42
#43
k4nar
closed
9 years ago
0
Fix the tests
#42
k4nar
opened
10 years ago
0
Get with default. Fix #37
#41
k4nar
closed
9 years ago
0
Revisit the API
#40
k4nar
opened
10 years ago
0
Bump PyZMQ version
#39
k4nar
opened
10 years ago
2
Put/Get serializable objects
#38
k4nar
opened
10 years ago
6
Get with default value
#37
k4nar
opened
10 years ago
2
PEP8
#36
k4nar
opened
10 years ago
1
class WriteBatch timeout bug fix and class Elevator clean
#35
MOON-CLJ
opened
11 years ago
0
Fix ElevatorBatch
#34
ggreg
closed
11 years ago
1
Update to suit with zmq3.2.2 pyzmq compatibility
#33
oleiade
closed
11 years ago
0
Get rid of >= zmq 3.X dependency
#32
oleiade
closed
11 years ago
0
include_key and include_value parameter on RangeIter
#31
oleiade
closed
11 years ago
0
include_key and include_value param on Slice and Range
#30
oleiade
closed
11 years ago
0
msgpack requirement
#29
julianfox
closed
11 years ago
0
NO_TIMEOUT option
#28
oleiade
closed
11 years ago
0
TypeError instead of KeyError on non-existing key GET
#27
oleiade
closed
12 years ago
0
Spawn a WriteBatch object from an Elevator object.
#26
oleiade
closed
12 years ago
0
Refactor connect to handle new DBConnect format
#25
oleiade
closed
12 years ago
0
Handle mount/unmount on connect and __del__
#24
oleiade
closed
12 years ago
0
Fix ipc support
#23
oleiade
closed
12 years ago
0
Handle compression
#22
oleiade
closed
12 years ago
0
Implement new Req/Resp system (meta)
#21
oleiade
closed
12 years ago
0
Offline batches should autoconnect on Write
#20
oleiade
closed
12 years ago
0
Handle REQUEST_ERROR
#19
oleiade
opened
12 years ago
0
Offline mode for Elevator/WriteBatch/Pipeline objects
#18
oleiade
closed
12 years ago
0
Implement Pipelines
#17
oleiade
opened
12 years ago
0
Rollback : manipulate timeout in miliseconds
#16
oleiade
closed
12 years ago
0
Compatibilty with zmq3
#15
oleiade
closed
12 years ago
0
Refactor connect/close public methods
#14
oleiade
closed
12 years ago
0
Implement Slice command
#13
oleiade
closed
12 years ago
0
Batches timeout default value should be higher than now
#12
oleiade
closed
12 years ago
0
get/set timeout properties
#11
oleiade
closed
12 years ago
0
Implement MGet fill_cache option
#10
oleiade
closed
12 years ago
1
Handle SIGNAL_ERROR
#9
oleiade
closed
12 years ago
0
Handle DATABASE_ERROR
#8
oleiade
closed
12 years ago
0
Compatibility with elevator-0.3
#7
oleiade
closed
12 years ago
1
remove elevator.constants dependencie
#6
oleiade
closed
12 years ago
0
with-statement compatibility for Elevator objects
#5
oleiade
closed
12 years ago
0
Ability to generate a batch directly from a client
#4
oleiade
closed
12 years ago
0
with statement compatibility for batches
#3
oleiade
closed
12 years ago
0
Better range iter params handling
#2
oleiade
opened
12 years ago
0
Timeout on client
#1
oleiade
closed
12 years ago
0
Next