Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6990511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:21:41+00:00 2026-05-27T19:21:41+00:00

I have looked at the key-value database Redis and am curious about alternatives that

  • 0

I have looked at the key-value database Redis and am curious about alternatives that would offer the following:

  1. Instead of starting an external database engine as a separate process, and then connecting to it, e.g. via the C interface:

    redisContext *c = redisConnect("127.0.0.1", 6379);

    Is there an alternative that gives the option of including the database code as a library, and loading the data as a file within-binary? For example, given the binary myDbBinary and the command:

    $ myBinary --filter=filterOptions db.dat

    The binary myBinary would not start a separate db process and connect to its port, but, instead, myBinary loads the keys (and hashes) from the file db.dat into memory (or similar VM arrangement) which it can then filter (with filterOptions, whatever they might be) and perform key/hash lookups.

  2. C and Python interfaces to data and storage directives.

  3. Hash support, by which I mean a key maintains a hash table as a value.

Does any software like this exist?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T19:21:42+00:00Added an answer on May 27, 2026 at 7:21 pm

    No, Redis works as a process, not as a library. There is no way currently of doing so. You can use alternatives like Kyoto Cabinet (which is more redis-like).

    Kyoto has hash tables support for C and Python.

    Alternatively you can use SQLite but it’s quite different than what you asked.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a dictionary like the following. Key value pairs or username:name d =
I have a page that searches a database and generates the following array. I'd
I have a number of data sets that have key-value pattern - i.e. a
Imagine following situation: There is a distributed key/value database stored on computer network. One
I have looked at the documentation on MSDN about these 2 functions. However, I
I have created a database where I use uniqueidentifier as the primary key. I'm
OK I have looked and looked and I think I am missing something about
I've looked on SO for examples of using Key Value Observing with an NSArray
I have an application that I am working on that will query a database
I have a MySQL database that contains all the words in the standard English

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.