Best unofficial Apache Server developers community |
| |||||
| Jan 30, 2012 | |||||
|
Der Engel |
|
||||
| Tags: | |||||
|
NoSQL NYC would still love to hear about Redis! September 19, 2010 09:34:06 PM Hello all, Several months ago I wrote to the list in the hopes of finding someone local to NYC that would love to talk about Redis. I have still not heard of anyone using Redis around here, although many are interested. I myself have started a… Anyone know Memlink? (redis-like K/V NoSQL data store) April 11, 2011 02:25:43 AM Hi list, I found this open source project on google http://code.google.com/p/memlink/ According to its benchmark http://code.google.com/p/memlink/wiki/Benchmark It's faster and has a smaller memory footprint than Redis It's in Chinese but the… userdb with NoSQL database October 24, 2011 04:17:18 AM Hi, I'm searching, but not found nothing about using userb with NoSQL databases: http://wiki2.dovecot.org/UserDatabase Are there any plans to implement this option? Thanks Redis Program in COOJA December 18, 2010 03:30:50 AM Hello, I wrote normal redis client program. It just simply set and get data from the redis server. I want to port this program to sensor mote. I hope to simulate it by using COOJA simulator. But currently I haven't an idea how to do it. Can anyone… How to connect Redis DB to C Program November 18, 2010 12:33:36 AM I want to connect Redis DB to my C program. Can anyone tell me how to do it ? Thanks. What would be the equivalent of ERD for a NoSQL database such as MongoDB? November 8, 2011 12:10:17 AM in SQL we make ERD to explain the relationships between data in the database based ondata base objects which have a relation between. as we all know that no join in MongoDB. I must make the documentation for my application. In order my teachers to… new to HBase/NoSQL, need some help with database design December 16, 2011 10:42:54 AM Hello, I have been suggested to use HBase for a project, but after reading some manuals/guidelines, I am still not sure how to design the database and getting more confused by the minute. I am new to any form of NoSQL database and having a hard… is there a program that converts sqlite database from windows-1252 to utf-8 ? September 11, 2010 01:43:06 PM thanks Stef Mientki Issue 504 in redis: redis-cli should remember selected database to recover from client idle timeouts April 1, 2011 07:17:10 AM Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 504 by matt.g### @gmail.com: redis-cli should remember selected database to recover from client idle timeouts http://code.google.com/p/redis/issues/detail?id=504 What… Issue 468 in redis: redis-cli losts selected database after reconnect February 23, 2011 04:22:43 AM Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 468 by nike.### @gmail.com: redis-cli losts selected database after reconnect http://code.google.com/p/redis/issues/detail?id=468 What version of Redis you are using, in… Issue 644 in redis: Redis pub/sub ignores which database is currently selected August 24, 2011 10:46:39 AM Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 644 by timot### @gmail.com: Redis pub/sub ignores which database is currently selected http://code.google.com/p/redis/issues/detail?id=644 What version of Redis you are… Issue 357 in redis: redis-stat doesn't actually sample the database October 27, 2010 10:26:12 AM Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 357 by WibbleFarmer: redis-stat doesn't actually sample the database http://code.google.com/p/redis/issues/detail?id=357 What steps will reproduce the problem? 1. Load Redis… Re: Issue 276 in redis: redis as embedded database July 30, 2010 07:36:42 AM Comment #1 on issue 276 by mvolmaro: [Feature Request] redis as embedded database http://code.google.com/p/redis/issues/detail?id=276 Indeed. Having Redis available as embedded DB opens up a lot of possibilities that are not possible with the… Redis as database October 3, 2010 01:46:15 PM Redis can be used as a database? as well as the cassandra? I'm wondering why I did some tests and had a problem with lack of memory. Is to control the maximum memory used or where I need to get by setting expiration time? Wallace Araujo Linux… Redis with n database => multithread? September 21, 2011 10:57:14 AM Hello I need to have 10 big index (a lot of entries, values may be big) and 4 medium index (less entries and each value is a number). So I will have 14 instance of redis client object which will access to a specific index (1 client <=> 1… Database browser using php for redis-db. February 5, 2011 11:12:09 AM I am planning to build a database browser using php for redis-db. I ll make good use of ajax and going to make it open source Looking for opinion from redis-db community about the feasibility of this project and will it be of any help to redis… Database browser for redis db February 5, 2011 11:10:22 AM I am planning to build a database browser using php for redis-db. I ll make good use of ajax and going to make it open source Looking for opinion from redis-db community about the feasibility of this project and will it be of any help to redis… How to move all keys from a Redis database to another November 15, 2011 06:29:38 AM Hello, We need to move all the keys in a Redis database to another. For example, from DB 0 to DB 1, in the same redis instance. We are upgrading the application, and we need to perform certain operations with the data, but keep the application… PHP sometimes cannot establish connection to redis database. August 19, 2011 06:55:25 AM PHP sometimes cannot establish connection to redis database. While investigating why i found that client server have a lot of connection in TIME_WAIT state. When amount of connection exceed a default limit of opened outbound connection (32000) -… Redis based triple database June 2, 2011 04:58:10 PM Cheers, I did little writeup on how we use Redis as triple database store for semantic application. Details on representing object -> predicate -> subject data model. Query approach with temporary keys, pipelining and Lua scripting. … Embed NoSQL document/EAV database in desktop program? April 17, 2011 Hi all, What's the best choice if I want to embed a document db or EAV db in client application? Something like "SQLite3 for NoSQL", small runtime… Redis/NoSQL/KV data storage FILTER when get()? March 30, 2011 Hi guys, I have a bottleneck on my django website, the scenario is each mobile devices that runs a wallpaper app has a unique device_id , the… Which NoSQL DB or Library on top of NoSQL support nosql Publish-Subscribe for unlimited number of clients? January 31, 2011 Which NoSQL DB or Library on top of NoSQL support nosql Publish-Subscribe for unlimited number of clients? I know redis. Any others? I think it is a… I'm considering Redis backed web application, but I'm not sure about the hardware requirements for Redis, or really precisely how Redis "works"? March 4, 2011 I'm new to Redis, as in... I'm really not sure how it works. But I'm considering it for a web app with a relatively uncomplicated data structure… Question about the evolution of interaction paradigm between web server program and content provider program? January 6, 2011 Hi experts, In my opinion, web server is responsible to deliver content to client. If it is static content like pictures and static html document,… Is there any NoSQL database that allows to change the database used as per request basis? June 7, 2011 I am building a multi-tenant application. This application receives requests as: /client1/users -> Returns all the users in the client1's… How can I change my Java program to use a database instead of an arraylist? January 20, 2011 In my java program, I had a book class and a library class. The library stores the book object in an array list and then I display it on the screen.… Deploying C# program with MYSQL database usage February 17, 2011 Hi all I was given assignment by the database teacher and i had to make UI and interface that with MYSQL . I did it by installing mysql connector.… PHP and mySQL Task Scheduler program and database theory? June 6, 2011 I need to develop a website that runs jobs at certain times (every 15 minutes) I'll use a cron to run the webpage. What is the best way to store the… Check that a database file is valid and what the program is expecting? June 10, 2011 When connecting to an SQLite database from Python (using Python 2.6), what strategies are there to ensure that a program has opened a valid database… MySQL database manipulation program for Windows? Like MS Access or MS SQL? February 10, 2011 Is there any program (preferably official) for Windows that can be used to manipulate MySQL data dumps? For example, easily importing a MySQL text… MySQL auditing: what client IP or program changed some values in the database April 11, 2011 Is there a way we can know in MySQL what changed the value of some rows in the database? Is there a log for this kind of activity? Import Android SQLite database with Java desktop program March 15, 2011 Hello, For the program I am developing, I need for a Java application to be able to access a database stored in the android… NoSQL Database Modeling? April 10, 2011 I would like to save statistics on 10,000,000 (ten millions) pairs of particles, how they relate to one another in any given space in time. So… NoSQL Database Structure? April 22, 2011 I am making a makeshift non relational database management system. What I am actually implementing may defeat the purpose of why you would use a non… Nosql vs relational database February 8, 2011 Hello Gurus I am a SQL-Server developer + Development DBA (Production DBA is managed by our hosting partner) While i was surfing the web, I came… Need to know how to use nosql database with ruby December 4, 2010 which NOSQL database will be easiest to use with Ruby ? Can I use NoSQL instead of a Relational Database ? April 15, 2011 For a library, I need to keep track of users and books. Basically I need to be able to know: the list of books currently borrowed by a user the… Using a NoSQL database over MySql January 28, 2011 I have a web application running on java stack (Struts 2 + Spring + Hibernate) and persisted in MySql. I looked at NoSQL databases and they are… If formal design approach to Relational Database is Entity-Relationship Diagram, what is the approach for NOSQL Database? January 10, 2011 I'm new to database design. As I have learned, we use Entity-Relationship Diagram to help design a relational database. If formal design approach to… | |||||
(22 lines) Feb 2, 2012 12:46
(37 lines) Feb 2, 2012 20:35