All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download claudb JAR 2.3 with all dependencies


ClauDB is a REDIS implementation in Java

Files of the artifact claudb version 2.3 from the group com.github.tonivade.

Test

Download claudb (2.3)
Artifact claudb
Group com.github.tonivade
Version 2.3
Organization not specified
URL https://github.com/tonivade/claudb
License The MIT License (MIT)
Dependencies amount 6
Dependencies resp-server, equalizer, jopt-simple, luaj-jse, ohc-core-j8, fst,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of claudb Show documentation

Please rate this JAR file. Is it a good library?

1 downloads

Source code of claudb version 2.3

META-INF
META-INF.META-INF.MANIFEST.MF
com.github.tonivade.claudb
com.github.tonivade.claudb.com.github.tonivade.claudb.ClauDB
com.github.tonivade.claudb.com.github.tonivade.claudb.DBConfig
com.github.tonivade.claudb.com.github.tonivade.claudb.DBServerContext
com.github.tonivade.claudb.com.github.tonivade.claudb.DBServerState
com.github.tonivade.claudb.com.github.tonivade.claudb.DBSessionState
com.github.tonivade.claudb.com.github.tonivade.claudb.TransactionState
com.github.tonivade.claudb.command
com.github.tonivade.claudb.command.com.github.tonivade.claudb.command.DBCommand
com.github.tonivade.claudb.command.com.github.tonivade.claudb.command.DBCommandProcessor
com.github.tonivade.claudb.command.com.github.tonivade.claudb.command.DBCommandSuite
com.github.tonivade.claudb.command.com.github.tonivade.claudb.command.DBCommandWrapper
com.github.tonivade.claudb.command.com.github.tonivade.claudb.command.DBCommandWrapperFactory
com.github.tonivade.claudb.command.com.github.tonivade.claudb.command.DBResponse
com.github.tonivade.claudb.command.annotation
com.github.tonivade.claudb.command.annotation.com.github.tonivade.claudb.command.annotation.ParamType
com.github.tonivade.claudb.command.annotation.com.github.tonivade.claudb.command.annotation.PubSubAllowed
com.github.tonivade.claudb.command.annotation.com.github.tonivade.claudb.command.annotation.ReadOnly
com.github.tonivade.claudb.command.annotation.com.github.tonivade.claudb.command.annotation.TxIgnore
com.github.tonivade.claudb.command.bitset
com.github.tonivade.claudb.command.bitset.com.github.tonivade.claudb.command.bitset.BitCountCommand
com.github.tonivade.claudb.command.bitset.com.github.tonivade.claudb.command.bitset.GetBitCommand
com.github.tonivade.claudb.command.bitset.com.github.tonivade.claudb.command.bitset.SetBitCommand
com.github.tonivade.claudb.command.hash
com.github.tonivade.claudb.command.hash.com.github.tonivade.claudb.command.hash.HashDeleteCommand
com.github.tonivade.claudb.command.hash.com.github.tonivade.claudb.command.hash.HashExistsCommand
com.github.tonivade.claudb.command.hash.com.github.tonivade.claudb.command.hash.HashGetAllCommand
com.github.tonivade.claudb.command.hash.com.github.tonivade.claudb.command.hash.HashGetCommand
com.github.tonivade.claudb.command.hash.com.github.tonivade.claudb.command.hash.HashKeysCommand
com.github.tonivade.claudb.command.hash.com.github.tonivade.claudb.command.hash.HashLengthCommand
com.github.tonivade.claudb.command.hash.com.github.tonivade.claudb.command.hash.HashMultiGetCommand
com.github.tonivade.claudb.command.hash.com.github.tonivade.claudb.command.hash.HashMultiSetCommand
com.github.tonivade.claudb.command.hash.com.github.tonivade.claudb.command.hash.HashSetCommand
com.github.tonivade.claudb.command.hash.com.github.tonivade.claudb.command.hash.HashValuesCommand
com.github.tonivade.claudb.command.key
com.github.tonivade.claudb.command.key.com.github.tonivade.claudb.command.key.DeleteCommand
com.github.tonivade.claudb.command.key.com.github.tonivade.claudb.command.key.ExistsCommand
com.github.tonivade.claudb.command.key.com.github.tonivade.claudb.command.key.ExpireCommand
com.github.tonivade.claudb.command.key.com.github.tonivade.claudb.command.key.KeysCommand
com.github.tonivade.claudb.command.key.com.github.tonivade.claudb.command.key.PersistCommand
com.github.tonivade.claudb.command.key.com.github.tonivade.claudb.command.key.RenameCommand
com.github.tonivade.claudb.command.key.com.github.tonivade.claudb.command.key.TimeToLiveCommand
com.github.tonivade.claudb.command.key.com.github.tonivade.claudb.command.key.TimeToLiveMillisCommand
com.github.tonivade.claudb.command.key.com.github.tonivade.claudb.command.key.TimeToLiveSecondsCommand
com.github.tonivade.claudb.command.key.com.github.tonivade.claudb.command.key.TypeCommand
com.github.tonivade.claudb.command.list
com.github.tonivade.claudb.command.list.com.github.tonivade.claudb.command.list.LeftPopCommand
com.github.tonivade.claudb.command.list.com.github.tonivade.claudb.command.list.LeftPushCommand
com.github.tonivade.claudb.command.list.com.github.tonivade.claudb.command.list.ListIndexCommand
com.github.tonivade.claudb.command.list.com.github.tonivade.claudb.command.list.ListLengthCommand
com.github.tonivade.claudb.command.list.com.github.tonivade.claudb.command.list.ListRangeCommand
com.github.tonivade.claudb.command.list.com.github.tonivade.claudb.command.list.ListSetCommand
com.github.tonivade.claudb.command.list.com.github.tonivade.claudb.command.list.RightPopCommand
com.github.tonivade.claudb.command.list.com.github.tonivade.claudb.command.list.RightPushCommand
com.github.tonivade.claudb.command.pubsub
com.github.tonivade.claudb.command.pubsub.com.github.tonivade.claudb.command.pubsub.BaseSubscriptionSupport
com.github.tonivade.claudb.command.pubsub.com.github.tonivade.claudb.command.pubsub.PatternSubscribeCommand
com.github.tonivade.claudb.command.pubsub.com.github.tonivade.claudb.command.pubsub.PatternSubscriptionSupport
com.github.tonivade.claudb.command.pubsub.com.github.tonivade.claudb.command.pubsub.PatternUnsubscribeCommand
com.github.tonivade.claudb.command.pubsub.com.github.tonivade.claudb.command.pubsub.PublishCommand
com.github.tonivade.claudb.command.pubsub.com.github.tonivade.claudb.command.pubsub.SubscribeCommand
com.github.tonivade.claudb.command.pubsub.com.github.tonivade.claudb.command.pubsub.SubscriptionSupport
com.github.tonivade.claudb.command.pubsub.com.github.tonivade.claudb.command.pubsub.UnsubscribeCommand
com.github.tonivade.claudb.command.scripting
com.github.tonivade.claudb.command.scripting.com.github.tonivade.claudb.command.scripting.AbstractEvalCommand
com.github.tonivade.claudb.command.scripting.com.github.tonivade.claudb.command.scripting.EvalCommand
com.github.tonivade.claudb.command.scripting.com.github.tonivade.claudb.command.scripting.EvalShaCommand
com.github.tonivade.claudb.command.scripting.com.github.tonivade.claudb.command.scripting.ScriptCommands
com.github.tonivade.claudb.command.server
com.github.tonivade.claudb.command.server.com.github.tonivade.claudb.command.server.DatabaseSizeCommand
com.github.tonivade.claudb.command.server.com.github.tonivade.claudb.command.server.FlushDBCommand
com.github.tonivade.claudb.command.server.com.github.tonivade.claudb.command.server.InfoCommand
com.github.tonivade.claudb.command.server.com.github.tonivade.claudb.command.server.RoleCommand
com.github.tonivade.claudb.command.server.com.github.tonivade.claudb.command.server.SelectCommand
com.github.tonivade.claudb.command.server.com.github.tonivade.claudb.command.server.SlaveOfCommand
com.github.tonivade.claudb.command.server.com.github.tonivade.claudb.command.server.SyncCommand
com.github.tonivade.claudb.command.set
com.github.tonivade.claudb.command.set.com.github.tonivade.claudb.command.set.SetAddCommand
com.github.tonivade.claudb.command.set.com.github.tonivade.claudb.command.set.SetCardinalityCommand
com.github.tonivade.claudb.command.set.com.github.tonivade.claudb.command.set.SetDifferenceCommand
com.github.tonivade.claudb.command.set.com.github.tonivade.claudb.command.set.SetIntersectionCommand
com.github.tonivade.claudb.command.set.com.github.tonivade.claudb.command.set.SetIsMemberCommand
com.github.tonivade.claudb.command.set.com.github.tonivade.claudb.command.set.SetMembersCommand
com.github.tonivade.claudb.command.set.com.github.tonivade.claudb.command.set.SetPopCommand
com.github.tonivade.claudb.command.set.com.github.tonivade.claudb.command.set.SetRandomMemberCommand
com.github.tonivade.claudb.command.set.com.github.tonivade.claudb.command.set.SetRemoveCommand
com.github.tonivade.claudb.command.set.com.github.tonivade.claudb.command.set.SetUnionCommand
com.github.tonivade.claudb.command.string
com.github.tonivade.claudb.command.string.com.github.tonivade.claudb.command.string.AppendCommand
com.github.tonivade.claudb.command.string.com.github.tonivade.claudb.command.string.DecrementByCommand
com.github.tonivade.claudb.command.string.com.github.tonivade.claudb.command.string.DecrementCommand
com.github.tonivade.claudb.command.string.com.github.tonivade.claudb.command.string.GetCommand
com.github.tonivade.claudb.command.string.com.github.tonivade.claudb.command.string.GetSetCommand
com.github.tonivade.claudb.command.string.com.github.tonivade.claudb.command.string.IncrementByCommand
com.github.tonivade.claudb.command.string.com.github.tonivade.claudb.command.string.IncrementCommand
com.github.tonivade.claudb.command.string.com.github.tonivade.claudb.command.string.MultiGetCommand
com.github.tonivade.claudb.command.string.com.github.tonivade.claudb.command.string.MultiSetCommand
com.github.tonivade.claudb.command.string.com.github.tonivade.claudb.command.string.MultiSetIfNotExistsCommand
com.github.tonivade.claudb.command.string.com.github.tonivade.claudb.command.string.SetCommand
com.github.tonivade.claudb.command.string.com.github.tonivade.claudb.command.string.SetExpiredCommand
com.github.tonivade.claudb.command.string.com.github.tonivade.claudb.command.string.SetIfNotExistsCommand
com.github.tonivade.claudb.command.string.com.github.tonivade.claudb.command.string.StringLengthCommand
com.github.tonivade.claudb.command.transaction
com.github.tonivade.claudb.command.transaction.com.github.tonivade.claudb.command.transaction.DiscardCommand
com.github.tonivade.claudb.command.transaction.com.github.tonivade.claudb.command.transaction.ExecCommand
com.github.tonivade.claudb.command.transaction.com.github.tonivade.claudb.command.transaction.MultiCommand
com.github.tonivade.claudb.command.zset
com.github.tonivade.claudb.command.zset.com.github.tonivade.claudb.command.zset.SortedSetAddCommand
com.github.tonivade.claudb.command.zset.com.github.tonivade.claudb.command.zset.SortedSetCardinalityCommand
com.github.tonivade.claudb.command.zset.com.github.tonivade.claudb.command.zset.SortedSetIncrementByCommand
com.github.tonivade.claudb.command.zset.com.github.tonivade.claudb.command.zset.SortedSetRangeByScoreCommand
com.github.tonivade.claudb.command.zset.com.github.tonivade.claudb.command.zset.SortedSetRangeCommand
com.github.tonivade.claudb.command.zset.com.github.tonivade.claudb.command.zset.SortedSetRemoveCommand
com.github.tonivade.claudb.command.zset.com.github.tonivade.claudb.command.zset.SortedSetReverseRangeCommand
com.github.tonivade.claudb.data
com.github.tonivade.claudb.data.com.github.tonivade.claudb.data.DataType
com.github.tonivade.claudb.data.com.github.tonivade.claudb.data.Database
com.github.tonivade.claudb.data.com.github.tonivade.claudb.data.DatabaseCleaner
com.github.tonivade.claudb.data.com.github.tonivade.claudb.data.DatabaseFactory
com.github.tonivade.claudb.data.com.github.tonivade.claudb.data.DatabaseKey
com.github.tonivade.claudb.data.com.github.tonivade.claudb.data.DatabaseValue
com.github.tonivade.claudb.data.com.github.tonivade.claudb.data.MVDatabase
com.github.tonivade.claudb.data.com.github.tonivade.claudb.data.OffHeapMVDatabaseFactory
com.github.tonivade.claudb.data.com.github.tonivade.claudb.data.OnHeapMVDatabaseFactory
com.github.tonivade.claudb.data.com.github.tonivade.claudb.data.PersistentMVDatabaseFactory
com.github.tonivade.claudb.data.com.github.tonivade.claudb.data.SortedSet
com.github.tonivade.claudb.event
com.github.tonivade.claudb.event.com.github.tonivade.claudb.event.Event
com.github.tonivade.claudb.event.com.github.tonivade.claudb.event.KeyEvent
com.github.tonivade.claudb.event.com.github.tonivade.claudb.event.KeySpace
com.github.tonivade.claudb.event.com.github.tonivade.claudb.event.NotificationManager
com.github.tonivade.claudb.glob
com.github.tonivade.claudb.glob.com.github.tonivade.claudb.glob.GlobPattern
com.github.tonivade.claudb.persistence
com.github.tonivade.claudb.persistence.com.github.tonivade.claudb.persistence.ByteBufferInputStream
com.github.tonivade.claudb.persistence.com.github.tonivade.claudb.persistence.ByteBufferOutputStream
com.github.tonivade.claudb.persistence.com.github.tonivade.claudb.persistence.ByteUtils
com.github.tonivade.claudb.persistence.com.github.tonivade.claudb.persistence.CRC64
com.github.tonivade.claudb.persistence.com.github.tonivade.claudb.persistence.RDBInputStream
com.github.tonivade.claudb.persistence.com.github.tonivade.claudb.persistence.RDBOutputStream
com.github.tonivade.claudb.replication
com.github.tonivade.claudb.replication.com.github.tonivade.claudb.replication.MasterReplication
com.github.tonivade.claudb.replication.com.github.tonivade.claudb.replication.SlaveReplication
com.github.tonivade.claudb.scripting
com.github.tonivade.claudb.scripting.com.github.tonivade.claudb.scripting.Interpreter
com.github.tonivade.claudb.scripting.com.github.tonivade.claudb.scripting.LuaInterpreter
com.github.tonivade.claudb.scripting.com.github.tonivade.claudb.scripting.LuaRedisBinding
com.github.tonivade.claudb.scripting.com.github.tonivade.claudb.scripting.NashornInterpreter
com.github.tonivade.claudb.scripting.com.github.tonivade.claudb.scripting.NashornRedisBinding
com.github.tonivade.claudb.scripting.com.github.tonivade.claudb.scripting.RedisLibrary




© 2015 - 2025 Weber Informatics LLC | Privacy Policy