key-value-store
How to store array of hashes in redis
I开发者_开发问答 want to store array of hashes in redis , what is best way to code it ?The only way AFAIK is to de-reference them. Say you have an array of 2 hashes like: {foo: \'bar\', baz: \'qux\'}.[详细]
2023-03-11 16:42 分类:问答Key-value store for Ruby & Java
I need a recommendation for a key-value store. Here\'s my criteria: Doesn\'t have to be persistent but needs to support lots of records (records are small, 100-1000 bytes)[详细]
2023-03-11 02:00 分类:问答Want to store in Redis via Node.js
I want to store a hash/JSON data of users in Redis and want to add the user in users hash the user data like this.[详细]
2023-03-10 02:04 分类:问答Some ideas about leader election
I am trying to perform leader election. These days I am thinking of using a key-value store to realize that but I am not quite sure if the idea is reliable as for scalability and consistency issues. T[详细]
2023-03-08 11:05 分类:问答what is the best mechanism for a persistent key-value store on android (with large values)
I want to use a fast key-value store on an Android device where the values are image bitmaps. The store should be backed up by disk and provide some caching, minimizing disk IO. Multi-threaded access[详细]
2023-03-01 22:25 分类:问答Range query on kyoto cabinet using Java API
I am interested in using kyotocabinet key-value store and I want to preform a range query preferably with a bulk interface (returning byte array). I checked kyotocabinets Java API and I couldn\'t find[详细]
2023-02-27 05:32 分类:问答Using different datastores in the Rails same app?
So this is more or less an implementation question, this is the senario I have, basically we have an app which uses MySQL as it\'s datastore, user accounts, transactions etc, but we want to add in a r[详细]
2023-02-24 09:57 分类:问答Storing object properties in redis
Lets say I have an object (User) which consists of a few properties (ID, Name, Surename, Age). Which way is better to store this object in redis?[详细]
2023-02-16 08:21 分类:问答Single-file, persistent, sorted key-value store for Java (alternative to Berkeley DB) [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-11 12:10 分类:问答Database with low memory requirements and Ruby interface
I need a database with low memory requirements for a small virtual server with few memory. At the moment I\'m stuck with SQLite and Kyoto Cabinet or Tokyo Cabinet. The database should have a Ruby inte[详细]
2023-02-03 11:24 分类:问答