Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.480.047 Times

Redis software
 

Redis

Added: June 19, 2013 | Visits: 210

django-redis-dashboard django_redis_dashboard application for monitoring redis servers which used by application. Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (42): django-redis-dashboard Download

Added: November 22, 2013 | Visits: 337

django-redis-cache Redis cache now allows you to use either a TCP connection or Unix domain socket to connect to your redis server. Using a TCP connection is useful for when you have your redis server separate from your app server and/or within a distributed environment. Unix domain sockets are useful if you have... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): django-redis-cache Download

Added: September 25, 2013 | Visits: 182

tornado-redis Asynchronous Redis client that works within Tornado IO loop. This is basically a fork of br?*N?kva redis client slightly modified to work with tornado.gen interface instead of adisp. Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (41): tornado-redis Download

Added: September 21, 2013 | Visits: 281

Hiredis Hiredis is a minimalistic C client library for the Redis database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the... Platforms: Mac

License: Freeware Size: 30.72 KB Download (45): Hiredis Download

Added: November 11, 2013 | Visits: 368

redisco Redisco is a Python module that allows you to store objects in _Redis: http://code.google.com/p/redis/. It is inspired by Ruby library _Ohm: http://github.com/soveran/ohm/ and its design and code are loosely based on Ohm and the Django ORM. It is built on top of _redis-py:... Platforms: *nix

License: Freeware Size: 20.48 KB Download (33): redisco Download

Added: October 08, 2013 | Visits: 434

flask-beans A simple API for counting beans with Flask and Redis. Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): flask-beans Download

Added: August 07, 2013 | Visits: 512

HotQueue HotQueue is a Python library that allows you to use Redis as a message queue within your Python programs. Platforms: *nix

License: Freeware Size: 10.24 KB Download (45): HotQueue Download

Added: November 24, 2013 | Visits: 244

txredisapi An asynchronous Python client for the Redis database, based on Twisted. The txredisapi package is an improvement of the original redis protocol for twisted, written by Dorian Raymer and Ludovico Magnocavallo. Features . Connection Pools . Lazy Connections . Automatic Sharding . Automatic... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (38): txredisapi Download

Added: June 08, 2013 | Visits: 206

rediset Rediset is an abstraction of Redis sets and set operations. Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (39): rediset Download

Added: September 04, 2013 | Visits: 457

python-stdnet An object relational mapper library for remote data-structures. Design to work with Redis data-store, but implemented so that other storage systems can be supported in the future. Create a model, register it to a back-end data structure server and create objects. Simple to use and configure. Platforms: *nix

License: Freeware Size: 194.56 KB Download (39): python-stdnet Download

Added: August 28, 2013 | Visits: 182

dreque dreque is a persistent job queueing library using Redis and inspired by Resque. Usage: Submitting jobs: from dreque import Dreque def some_job(argument): pass dreque = Dreque("127.0.0.1") dreque.enqueue("queue", some_job, argument="foo") Worker: from dreque import DrequeWorker worker =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (42): dreque Download

Added: July 25, 2013 | Visits: 337

ghettoq ghettoq is a ghetto queue framework, used to implement Redis, MongoDB, Beanstalk and Django database support for `carrot`_ .. _`carrot`: http://pypi.python.org/pypi/carrot Installation ============ You can install ``ghettoq`` either via the Python Package Index (PyPI) or from source. To... Platforms: *nix

License: Freeware Size: 30.72 KB Download (38): ghettoq Download

Added: September 05, 2013 | Visits: 177

Turnstile Turnstile is a piece of WSGI middleware that performs true distributed rate-limiting. System administrators can run an API on multiple nodes, then place this middleware in the pipeline prior to the application. Turnstile uses a Redis database to track the rate at which users are hitting the API,... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (42): Turnstile Download

Added: October 19, 2013 | Visits: 372

stash for Linux stash is an object caching and persistence module for Python applications. Support for Google App Engine, web applications, terminal apps and a number of cache handlers such as file and directory, memcached, redis, mongodb, etc. Supports multi-tier collating cache between handlers and is easy... Platforms: *nix

License: Freeware Size: 51.2 KB Download (39): stash for Linux Download

Added: October 19, 2013 | Visits: 146

ReSched Resched is a minimal library for working with durable Queues and Schedules on Redis. Queues: Resched has a Queue class that, by default, has a 2-stage pop. This means that when you pop something off the top of the queue, it's kept in another queue until you say you're done with it for real.... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (36): ReSched Download

Added: July 21, 2013 | Visits: 144

bottle_hotqueue FIFO message queue plugin for bottle.py based on HotQueue bottle.py is a fast and simple micro-framework for python web-applications. HotQueue is a Python library that allows you to use Redis as a message queue within your Python programs. Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (38): bottle_hotqueue Download

Added: July 01, 2013 | Visits: 279

RedisRPC Redis is a powerful in-memory data structure server that is useful for building fast distributed systems. Redis implements message queue functionality with its use of list data structures and the LPOP, BLPOP, and RPUSH commands. RedisRPC implements a lightweight RPC mechanism using Redis message... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (38): RedisRPC Download

Added: August 31, 2013 | Visits: 254

fakeredis fakeredis is a pure python implementation of the redis-py python client that simulates talking to a redis server. This was created for a single purpose: to write unittests. Setting up redis is not hard, but many times you want to write unittests that do not talk to an external server (such as... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (35): fakeredis Download

Released: September 15, 2023  |  Added: November 23, 2023 | Visits: 336

ServBay ServBay is a one-stop solution for Web and PHP developers seeking a streamlined, efficient local web development environment. Designed specifically for macOS, it offers a comprehensive suite of development services and tools, ranging from Web Servers and databases to development languages, mail... Platforms: Mac

License: Freeware Size: 11.25 MB Download (271): ServBay Download

Added: August 11, 2014 | Visits: 1.347

Hammerora Hammerora is an open source load test tool for the Oracle, Microsoft SQL Server and MySQL Databases and Web Applications. Hammerora includes pre-built load tests based on the industry standard TPC-C and TPC-H benchmarks and Oracle trace file replay Features Oracle, SQL Server,... Platforms: *nix

License: Freeware Size: 6.55 MB Download (81): Hammerora Download