Results 1 to 2 of 2

Thread: Spring Data Redis 1.0.0 goes GA

  1. #1
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default Spring Data Redis 1.0.0 goes GA

    Dear Spring Community,
    I am pleased to announce the GA release of the Spring Data Redis 1.0 project is now available!


    Downloads | JavaDocs | Reference Documentation | Changelog

    The Spring Redis features include:


    • Connection package as low-level abstraction across multiple drivers
    • Configuration support for Redis Jedis, JRedis and RJC drivers/connectors
    • Exception translation to Spring's portable Data Access exception hierarchy for Redis driver exception
    • Generified RedisTemplate for exception translation and serialization support
    • Jdk, JSON and Spring Object/XML mapping object and hash serializers
    • Spring 3.1 cache abstraction implementation for Redis
    • Pub-Sub support (such as a MessageListenerContainer for message-driven POJOs)
    • Sorting and Pipelining functionality
    • Dedicated support for SORT, SORT/GET pattern and returned bulk values
    • Atomic counters and JDK Collection implementations on top of Redis


    See Spring Data Redis in action through the live RetwisJ sample, a Twitter-clone (deployed in CloudFoundry) based entirely on Redis that showcases the various features of Spring Data Redis.

    Additionally, learn about Redis and Spring Data Redis in a dedicated webinar by Salvatore Sanfilippo (Redis author) and yours truly:




    We look forward to your feedback on the forum or in the issue tracker.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

  2. #2

    Default

    Congratulations! Another technology goes GA!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •